.phototag {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	text-align: center;
}
#ScanPageLeft {
}
#ScanPageRight {
	overflow: auto;
	position: absolute;
	visibility: visible;
	height: 100%;
	width: 15%;
	left: 85%;
	top: 0px;
	background-color: #CCCCCC;
}
#ScanPageBanner {
	overflow: auto;
	position: absolute;
	visibility: visible;
	height: 20%;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #CCCCCC;
}
#ScanPageNavigation {
	overflow: auto;
	position: absolute;
	visibility: visible;
	height: 80%;
	width: 15%;
	left: 0px;
	top: 20%;
	background-color: #CCCCCC;
}
#ScanPageContent {
	overflow: auto;
	position: absolute;
	visibility: visible;
	height: 80%;
	width: 70%;
	min-width: 768px;
	left: 15%;
	top: 20%;
	background-color: #CCCCCC;
}
